home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / DSUTIL12 / BIN2ASM / BIN2ASM.DOC next >
Text File  |  1993-10-28  |  3KB  |  80 lines

  1. * File Name:        BIN2ASM.DOC
  2. * Date:            28 October 1993
  3. * Version:        1
  4. * Updates count:    1
  5. * Purpose:           Documentation for BIN2ASM.PAS
  6. * Author:        Dmitry Stefankov
  7. * Format:        Simplified form of ISO/DIS 6592 standard
  8.  
  9.  
  10.  
  11. ------------------- Part 1 (Identification) ------------------------------
  12.  
  13. Program Name:            BIN2ASM.PAS
  14. Version:            1
  15. Release:            30
  16. Date:                28 October 1993
  17. History:            Written for internal use of author
  18.                 (for my BIOS ToolKit)
  19.  
  20.  
  21. ------------------- Part 2 (General) -------------------------------------
  22.  
  23. Responsibility:            no specified
  24. Supply order:            no specified
  25. Purpose:            formats converter
  26. Area of usage:            utility program for OS
  27. Common knowledges:        no specified
  28. Problem description:        convert binary file to 
  29.                     its PC assembler file
  30. Additional knowledges:        no specified
  31. Agreements and terminology:    standard IBM PC terminology
  32. Algorithms and principles:    described in source code
  33. Function:            single
  34. Characteristics:        application (utility),
  35.                 special class (converters)
  36. Restrictions:            (1) Intel computer architecture only 
  37.                 (2) see hardware/software requirements
  38. Errors processing:        described in source code
  39. Data safety/protection:        described in source code
  40. Data for application:        input:  any binary file
  41.                 output:    MASM compatible file
  42. Programming language:        Turbo Pascal (Version 6.0+)
  43. Instructions to compile:    TPC  bin2asm.pas , where
  44.                 TPC is a Turbo Pascal command-line compiler
  45. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  46.                 other:         no specified
  47. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  48.                 memory:    minimum 128 Kbytes
  49.                 other:     no specified
  50. Example to run:            bin2asm.exe in.bin out.asm 16 7 , where
  51.                 <in.bin>   -> input filename
  52.                 <out.asm>  -> output filename
  53.                 <16>       -> number bytes per output line
  54.                 <7>        -> ASCII set (7-bit)
  55. Miscellaneous:            none specified
  56.  
  57.  
  58. ------------------- Part 3 (Technical) -----------------------------------
  59.  
  60. Terminolgy and agreements:    no specified
  61. Program structure:        single module
  62. Program listing:        source code available
  63. Data techical description:    no specified
  64. Control commands:        no specified
  65. Work methods:            batch mode
  66. Messages:            described in source code
  67. Setup:                no required
  68. Adaptation:            no specified
  69. Tests:                no specified
  70. Service:            no specified
  71.  
  72.  
  73. ------------------- Part 4 (Miscellaneous) -------------------------------
  74.  
  75. Guarantee:            read license agreement
  76. Changes to source code:        read license agreement
  77. Serial number:            no specified
  78. Price:                read license agreement
  79. Other:                nothing
  80.